Q3OrthographicCamera_New
You can use theQ3OrthographicCamera_New
function to create a new orthographic camera.
TQ3CameraObject Q3OrthographicCamera_New ( const TQ3OrthographicCameraData *orthographicData);
orthographicData
- A pointer to an orthographic camera data structure.
DESCRIPTION
TheQ3OrthographicCamera_New
function returns, as its function result, a new orthographic camera having the camera characteristics specified by theorthographicData
parameter.